home *** CD-ROM | disk | FTP | other *** search
- ;****************************************************************************
- ;
- ; THIS FILE MUST LOCATE IN THE SAME DIRECTORY AS WSORT.EXE
- ; YOU MUST NOT COMMENT OUT THE FOLLOWING OPTIONS:
- ; 1, DOOMDIR
- ; 2, DOOMEXE
- ; 3, SEREXE
- ; 4, IPXEXE
- ;
- ;****************************************************************************
- ;
- ;----------------------------------------------------------------------------
- ; The directory where DOOM resides.
- ;----------------------------------------------------------------------------
- DOOMDIR = C:\DOOM
- ;
- ;
- ;----------------------------------------------------------------------------
- ; The Directory where Pwad Files are stored.
- ; If they are stored at the same directory as doom, comment out this option.
- ;----------------------------------------------------------------------------
- ;WADSDIR = C:\WADS
- ;WADSDIR = WADS
- ;
- ;
- ;----------------------------------------------------------------------------
- ; Filename of DOOM's Executable.
- ;----------------------------------------------------------------------------
- DOOMEXE = DOOM.EXE
- ;
- ;
- ;----------------------------------------------------------------------------
- ; Filename of Serial/Modem Driver.
- ;----------------------------------------------------------------------------
- SEREXE = SERSETUP.EXE
- ;
- ; Default Phone Number, comment out if not applicable
- ;
- ;PHONE = 012-345-6789
- ;
- ; Extra Parameters for Serial Driver.
- ; Forbidded Switch : -COM#, -ANSWER, -DIAL
- ; Any other switches are welcomed.
- ; Comment out if not applicable.
- ;
- ;SERALTPARM = -CHAT -MODEM -8250 -IRQ 4 -57600
- ;
- ;
- ;----------------------------------------------------------------------------
- ; Filename of Network Driver.
- ;----------------------------------------------------------------------------
- IPXEXE = IPXSETUP.EXE
- ;
- ; Default Socket for Network Game, comment out if not applicable
- ;
- ;SOCKET =
- ;
- ; Extra Parameters for Network Driver.
- ; Forbidded Switch : -PORT, -NET
- ; Any other switches are welcomed.
- ; Comment out if not applicable.
- ;
- ;IPXALTPARM =
- ;
- ;
- ;----------------------------------------------------------------------------
- ; Boolean Options (Default)
- ; 1, Normal Deathmatch.
- ; 2, Deathmatch version 2 ( DOOM version 1.5 + )
- ; 3, No Monsters ...
- ; 4, Monsters will be resurrected 30 seconds after being wasted.
- ; 5, Fast Monster as in Nightmare mode ( DOOM version 1.4 + )
- ;----------------------------------------------------------------------------
- ;
- DEATHMATCH = Off
- DEATH2 = Off
- NOMONSTERS = Off
- RESPAWN = Off
- FASTMONSTERS = Off
- ;
- ;
- ;----------------------------------------------------------------------------
- ; Turbo, speed up your character. ( DOOM version 1.4 + )
- ; Ranging from 0-250, the larger the faster.
- ; The default is 0, i.e. No Turbo
- ;----------------------------------------------------------------------------
- ;TURBO = 0
- ;
- ;
- ;----------------------------------------------------------------------------
- ; Doom version 1.5 + ?
- ; This will cause Wsort to create response file.
- ; Capable of supporting up to 99 Pwad files.
- ;----------------------------------------------------------------------------
- VERSION15 = Off
- ;
- ;
- ;----------------------------------------------------------------------------
- ; Pwad entry to tag at startup (Max. 5 Entries), further entry will be
- ; ignored.
- ; Note that entries should be seperated by a single comma only
- ;----------------------------------------------------------------------------
- ;DEFAULTWAD = ALIENSND.WAD,ALIENLEV.WAD,ALINGRFX.WAD
- ;
- ;
- ;----------------------------------------------------------------------------
- ; END OF CONFIGURATION FILE
- ;----------------------------------------------------------------------------
- ;
- ;
-